home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / pdc / include / stab.h < prev    next >
Text File  |  1990-04-05  |  1KB  |  33 lines

  1. /*
  2.  * Libraries and headers for PDC release 3.3 (C) 1989 Lionel Hummel.
  3.  * PDC Software Distribution (C) 1989 Lionel Hummel and Paul Petersen.
  4.  * PDC I/O Library (C) 1987 by J.A. Lydiatt.
  5.  *
  6.  * This code is freely redistributable upon the conditions that this 
  7.  * notice remains intact and that modified versions of this file not
  8.  * be included as part of the PDC Software Distribution without the
  9.  * express consent of the copyright holders.  No warrantee of any
  10.  * kind is provided with this code.  For further information, contact:
  11.  *
  12.  *  PDC Software Distribution    Internet:                     BIX:
  13.  *  P.O. Box 4006             or hummel@cs.uiuc.edu            lhummel
  14.  *  Urbana, IL  61801-8801       petersen@uicsrd.csrd.uiuc.edu
  15.  */
  16.  
  17.  
  18. /* defines for dbx(1)    */
  19.  
  20. #define    N_GSYM        0x20            /* Global symbol        */
  21. #define N_FUN        0x24            /* Function name        */
  22. #define N_STSYM        0x26            /* Static symbol        */
  23. #define N_RSYM        0x40            /* register symbol        */
  24. #define N_SLINE        0x44            /* Line number            */
  25. #define N_SO        0x64            /* Source file            */
  26. #define N_LSYM        0x80            /* local symbol            */
  27. #define N_BINCL        0x82            /* Begin of include        */
  28. #define N_LBRAC        0xc0            /* Left  bracketing tag    */
  29. #define N_RBRAC        0xe0            /* Right bracketing tag    */
  30. #define N_PSYM        0xa0            /* Parameter            */
  31. #define N_EINCL        0xa2            /* End of include        */
  32.  
  33.